@charset "UTF-8";
@import url(sourcehansans.css);
body, html {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  font-family: MicroSoft YaHei;
}

.home-ksrl .rl-list .item .right .bottom, .home-ksrl .title-line, .home-zhibo .rl-list .item .right .bottom, .home-zhibo .title-line, .home-rmsz .title-line, .home-todayzhaokao-fenxiao .title-line, .home-todayzhaokao .title-line, .flex-row-vc, .home-ksrl .rl-list .item .right .city-line, .home-ksrl .rl-list .item .right .city-line .citybg, .home-zhibo .rl-list .item .right .city-line, .home-rmsz .sz-list .item, .banner-line .left-banner .bottom-title, .flex-row-hc, .special-line .left, .special-line .more, .home-zhaokao .item .top .fenyebg .left, .home-zhaokao .item .top .fenyebg .right, .home-ksrl .rl-list .item .right .city-line .citybg .city, .home-ksrl .title-line .more, .home-zhibo .title-line .more, .home-rmsz .title-line .more, .home-todayzhaokao-fenxiao .title-line .more, .home-todayzhaokao .title-line .more, .banner-line .right-area .bottom-fenxiao, .banner-line .right-area .bottom, .banner-line .left-banner .bottom-title .indicator, .flex-row-vhc, .home-timuku, .home-zhiweiku, .home-mokao, .home-zhaokao, .home-ksrl .rl-list .item, .home-zhibo .rl-list .item, .home-scene, .home-todayzhaokao-fenxiao .zhaokao-list .item, .home-todayzhaokao .zhaokao-list .item, .wangkecheng-line, .kecheng-line, .kecheng-line .item-bg .bginfo .youhui-bg .youhui, .home-aboutus, .home-citys-new, .home-citys-new .item .info, .home-citys-new .item2 .infopanel .info, .home-citys-z, .home-citys-z .item .info, .home-citys, .home-citys .item .info {
  display: flex;
  flex-direction: row;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.flex-col-vc, .home-ksrl, .home-zhibo, .home-rmsz, .home-todayzhaokao-fenxiao, .home-todayzhaokao, .flex-col-hc, .home-ksrl .rl-list .item .left, .home-zhibo .rl-list .item .left, .banner-line .right-area, .flex-col-vhc, .home-ksrl .rl-list, .home-ksrl .rl-list .item .right, .home-zhibo .rl-list, .home-zhibo .rl-list .item .right, .home-rmsz .sz-list, .home-todayzhaokao-fenxiao .zhaokao-list, .home-todayzhaokao .zhaokao-list, .wangkecheng-line .item-bg, .wangkecheng-line .item-bg .bginfo, .kecheng-line .item-bg, .kecheng-line .item-bg .bginfo, .home-citys-new .item, .home-citys-z .item, .home-citys .item {
  display: flex;
  flex-direction: column;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

.flex-col-vc {
  justify-content: center;
}

.home-ksrl, .home-zhibo, .home-rmsz, .home-todayzhaokao-fenxiao, .home-todayzhaokao {
  align-items: center;
}

.flex-col-hc {
  align-items: center;
}

.home-ksrl .rl-list .item .left, .home-zhibo .rl-list .item .left, .banner-line .right-area {
  justify-content: center;
  align-items: center;
}

.flex-col-vhc {
  justify-content: center;
  align-items: center;
}

.home-ksrl .rl-list .item .right .bottom, .home-ksrl .title-line, .home-zhibo .rl-list .item .right .bottom, .home-zhibo .title-line, .home-rmsz .title-line, .home-todayzhaokao-fenxiao .title-line, .home-todayzhaokao .title-line {
  justify-content: center;
}

.flex-row-vc {
  justify-content: center;
}

.home-ksrl .rl-list .item .right .city-line, .home-ksrl .rl-list .item .right .city-line .citybg, .home-zhibo .rl-list .item .right .city-line, .home-rmsz .sz-list .item, .banner-line .left-banner .bottom-title {
  align-items: center;
}

.flex-row-hc {
  align-items: center;
}

.special-line .left, .special-line .more, .home-zhaokao .item .top .fenyebg .left, .home-zhaokao .item .top .fenyebg .right, .home-ksrl .rl-list .item .right .city-line .citybg .city, .home-ksrl .title-line .more, .home-zhibo .title-line .more, .home-rmsz .title-line .more, .home-todayzhaokao-fenxiao .title-line .more, .home-todayzhaokao .title-line .more, .banner-line .right-area .bottom-fenxiao, .banner-line .right-area .bottom, .banner-line .left-banner .bottom-title .indicator {
  justify-content: center;
  align-items: center;
}

.flex-row-vhc {
  justify-content: center;
  align-items: center;
}

.flex-vhc {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-vc {
  display: flex;
  align-items: center;
}

.flex-hc {
  display: flex;
  justify-content: center;
}

.home-line, .banner-line {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}

.flex-row-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}

.bg-grey {
  background-color: #eaeaea;
}

.bg-white {
  background-color: white;
}

.full-screen {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
  min-width: 1200px;
}

.content-safe {
  width: 1200px;
}

.home-line {
  margin-top: 32px;
  justify-content: space-between;
  align-items: flex-start !important;
}

.special-line {
  height: 64px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.special-line .left {
  height: 48px;
}

.special-line .left .line {
  height: 30px;
  width: 7px;
  background-color: #57b0fb;
}

.special-line .left .title {
  height: 48px;
  line-height: 48px;
  font-size: 22px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 1px;
  margin-left: 10px;
  cursor: pointer;
}

.special-line .mid {
  width: 1000px;
  display: flex;
  flex-direction: row;
}

.special-line .mid .item {
  border: 1px solid #ddd;
  line-height: 24px;
  padding: 0 7px;
  color: #333;
  font-size: 14px;
  margin-right: 7px;
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
}

.special-line .mid .active {
  border: 1px solid #57b0fb;
  background-color: #57b0fb;
  color: #fff;
}

.special-line .more {
  height: 30px;
  line-height: 30px;
  cursor: pointer;
}

.special-line .more .title {
  color: #999999;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  font-weight: normal;
}

.special-line .more .img {
  height: 16px;
  width: 16px;
}

.home-zhaokao .item .bottom .item .left, .home-zhaokao .item .bottom .item .dline .line1 .title, .home-zhaokao .item .bottom .item .dline .line2 .ds, .home-ksrl .rl-list .item .right .city-line .title, .home-zhibo .rl-list .item .right .city-line .title, .home-rmsz .item .title-line .title-text, .home-rmsz .sz-list .item .right, .home-todayzhaokao-fenxiao .zhaokao-list .item .title, .home-todayzhaokao-fenxiao .zhaokao-list .item .title-time, .home-todayzhaokao .zhaokao-list .item .title, .home-todayzhaokao .zhaokao-list .item .title-time, .kecheng-line .item-bg .bginfo .title, .home-citys .item .info .infotext {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-singleline {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-timuku {
  width: 100%;
}

.home-timuku .item-right {
  width: 30%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.home-timuku .item-right .kjitembg {
  width: 100%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding-left: 10px;
}

.home-timuku .item-right .kjitembg .nitem {
  width: 100%;
  display: flex;
  height: 60px;
  flex-direction: row;
  align-items: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding: 0 10px;
  justify-content: space-between;
  margin-bottom: 10px;
  cursor: pointer;
}

.home-timuku .item-right .kjitembg .nitem .rightline {
  height: 40px;
  font-size: 20px;
  line-height: 40px;
  color: white;
}

.home-timuku .item-right .kjitembg .nitem .leftline {
  height: 60px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.home-timuku .item-right .kjitembg .nitem .leftline .lefttext {
  height: 40px;
  font-size: 20px;
  line-height: 40px;
  color: white;
  font-weight: bold;
}

.home-timuku .item-right .kjitembg .nitem .leftline .baseimg {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.home-timuku .item-right .kjitembg .nitem .leftline .img7 {
  content: url("/static/home/img/home_icon_dmt13.png");
}

.home-timuku .item-right .kjitembg .nitem .leftline .img8 {
  content: url("/static/home/img/home_icon_dmt16.png");
}

.home-timuku .item-right .kjitembg .nitem .leftline .img9 {
  content: url("/static/home/img/home_icon_dmt15.png");
}

.home-timuku .item-right .kjitembg .nitem .leftline .img10 {
  content: url("/static/home/img/home_icon_dmt14.png");
}

.home-timuku .item-right .kjitembg .nitem .leftline .img11 {
  content: url("/static/home/img/home_icon_dmt17.png");
}

.home-timuku .item-right .kjitembg .nitem .leftline .img12 {
  content: url("/static/home/img/home_icon_dmt18.png");
}

.home-timuku .item-right .kjitembg .xdmitembg7 {
  background-image: url("/static/home/img/home_icon_dmt19.jpg");
}

.home-timuku .item-right .kjitembg .xdmitembg8 {
  background-image: url("/static/home/img/home_icon_dmt20.jpg");
}

.home-timuku .item-right .kjitembg .xdmitembg9 {
  background-image: url("/static/home/img/home_icon_dmt21.jpg");
}

.home-timuku .item-right .kjitembg .xdmitembg10 {
  background-image: url("/static/home/img/home_icon_dmt22.jpg");
}

.home-timuku .item-right .kjitembg .xdmitembg11 {
  background-image: url("/static/home/img/home_icon_dmt23.jpg");
}

.home-timuku .item-right .kjitembg .xdmitembg12 {
  background-image: url("/static/home/img/home_icon_dmt24.jpg");
}

.home-timuku .item-left {
  width: 70%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.home-timuku .item-left .tkitembg {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  box-sizing: border-box;
}

.home-timuku .item-left .tkitembg .tkitem {
  width: 130px;
  height: 82px;
  box-sizing: border-box;
  border-bottom: 1px solid #e8effb;
  display: flex;
  align-items: center;
  position: relative;
}

.home-timuku .item-left .tkitembg .tkitem .nitem {
  width: 100%;
  height: 32px;
  line-height: 32px;
  border-right: 1px solid #e8effb;
  text-align: center;
  text-decoration: none;
  color: #333;
  font-size: 16px;
  cursor: pointer;
}

.home-timuku .item-left .tkitembg .tkitem .infobg {
  width: 140px;
  height: 82px;
  position: absolute;
  left: 0;
  right: 0;
  display: none;
  background: rgba(0, 0, 0, 0.3);
  justify-content: center;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
}

.home-timuku .item-left .tkitembg .tkitem .infobg .btn {
  width: 80px;
  height: 30px;
  border-radius: 15px;
  background-color: #2e83e3;
  font-size: 12px;
  color: #fff;
  text-align: center;
  line-height: 30px;
}

.home-timuku .item-left .tkitembg .tkitem:nth-child(6n) .nitem {
  border-right: none;
}

.home-timuku .item-left .tkitembg .tkitem:hover .infobg {
  display: flex;
}

.home-teacher-new {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.home-teacher-new .item:hover .tmask {
  transform: translateY(-260px);
}

.home-teacher-new .item:hover .tcontent {
  transform: translateY(-100%);
}

.home-teacher-new .item {
  width: 220px;
  height: 270px;
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}

.home-teacher-new .item .tmask {
  width: 220px;
  height: 270px;
  display: flex;
  flex-direction: column;
  background-color: #027DC3;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 14px;
  transition: 0.3s;
}

.home-teacher-new .item .tmask .text {
  width: 100%;
  line-height: 20px;
  font-size: 14px;
  color: #fff;
}

.home-teacher-new .item .tcontent {
  width: 220px;
  height: 260px;
  box-sizing: border-box;
  border-radius: 10px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  transition: 0.3s;
}

.home-teacher-new .item .tcontent .head-img {
  width: 110px;
  height: 110px;
  border-radius: 65px;
  border: 6px solid #027DC3;
}

.home-teacher-new .item .tcontent .name {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  font-weight: bold;
  color: #027DC3;
  margin-top: 10px;
  text-align: center;
}

.home-teacher-new .item .tcontent .info {
  width: 100%;
  line-height: 18px;
  font-size: 14px;
  box-sizing: border-box;
  padding: 10px;
  color: #666666;
}

.home-zhiweiku {
  width: 100%;
}

.home-zhiweiku .item {
  width: 50%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.home-zhiweiku .item .zwitembg {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.home-zhiweiku .item .zwitembg .zwitem {
  width: 74px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #333;
  background-color: #f2f2f2;
  font-size: 14px;
  margin-bottom: 7px;
  margin-right: 7px;
  transition: all .3s;
  border-radius: 4px;
}

.home-zhiweiku .item .zwitembg .zwitem:nth-child(4n) {
  margin-right: 0;
}

.home-zhiweiku .item .zwitembg .zwitem:hover {
  transform: translateY(-4px);
  color: #009688 !important;
}

.home-zhiweiku .item .zwitembg .zwitem2 {
  width: 155px;
  height: 80px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  transition: all .3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 7px;
  margin-right: 7px;
}

.home-zhiweiku .item .zwitembg .zwitem2 .cityname {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  text-align: center;
  line-height: 30px;
}

.home-zhiweiku .item .zwitembg .zwitem2 .num {
  width: 100%;
  font-size: 12px;
  color: #999;
  text-align: center;
  line-height: 40px;
}

.home-zhiweiku .item .zwitembg .zwitem2:nth-child(5n) {
  margin-right: 0;
}

.home-zhiweiku .item .zwitembg .zwitem2:hover {
  transform: translateY(-4px);
  color: #009688 !important;
}

.home-zhiweiku .item .zwitembg .zwitem2:hover .cityname {
  color: #009688 !important;
}

.home-zhiweiku .item .zwitembg .zwitem2:hover .num {
  color: #009688 !important;
}

.home-kaoqing {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.home-kaoqing .item:hover {
  transform: translateY(-4px);
}

.home-kaoqing .item {
  cursor: pointer;
  transition: all .5s;
  width: 49%;
  height: 108px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 10px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 8px;
}

.home-kaoqing .item .top {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
}

.home-kaoqing .item .top .icon {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.home-kaoqing .item .top .title {
  width: calc(100% - 25px);
  line-height: 28px;
  font-size: 16px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-kaoqing .item .top .huida {
  text-indent: 25px;
  font-size: 14px;
  line-height: 20px;
  height: 60px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.home-kaoqing .item .top .imgpos {
  position: absolute;
  left: 0;
  top: 0;
}

.home-mokao {
  width: 100%;
}

.home-mokao .item {
  width: 50%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.home-mokao .item .listitembg:hover {
  transform: scale(1.05);
}

.home-mokao .item .listitembg {
  transition: all .5s;
  width: 100%;
  height: 86px;
  box-sizing: border-box;
  padding: 18px 10px 12px 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 8px;
}

.home-mokao .item .listitembg .left {
  display: flex;
  flex-direction: column;
}

.home-mokao .item .listitembg .left .top {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.home-mokao .item .listitembg .left .top .name {
  font-size: 16px;
  color: #333;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 380px;
}

.home-mokao .item .listitembg .left .top .flag {
  margin-right: 10px;
  width: 20px;
  height: 28px;
  line-height: 28px;
  font-size: 12px;
  color: #009688;
  border: 1px solid #009688;
  text-align: center;
  box-sizing: border-box;
}

.home-mokao .item .listitembg .left .bottom {
  font-size: 12px;
  line-height: 28px;
  color: #bbb;
}

.home-mokao .item .listitembg .left .bottom span {
  color: #009688;
}

.home-mokao .item .listitembg .right {
  background: #1393fc;
  font-size: 14px;
  padding: 0 15px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  color: #FFF;
  margin: 0 5px 0 0;
  min-width: 86px;
  cursor: pointer;
  text-decoration: none;
}

.home-mokao .item .listitembg .right:hover {
  background: #0682e7 !important;
}

.home-zhaokao {
  width: 100%;
}

.home-zhaokao .item {
  width: 50%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.home-zhaokao .item .top {
  width: 100%;
  height: 100px;
  position: relative;
}

.home-zhaokao .item .top .item-list {
  position: absolute;
  width: 100%;
  height: 100px;
  padding: 6px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  box-sizing: border-box;
}

.home-zhaokao .item .top .item-list .items {
  cursor: pointer;
  margin: 4px 5px 4px 0;
  background-color: #eaeaea;
  border-radius: 4px;
  height: 30px;
  padding: 0 5px;
  font-size: 14px;
  line-height: 30px;
  color: #333333;
}

.home-zhaokao .item .top .item-list .active {
  background-color: #2e83e3 !important;
  color: #ffffff !important;
}

.home-zhaokao .item .top .fenyebg {
  height: 25px;
  right: 0;
  bottom: 8px;
  position: absolute;
  display: flex;
  justify-content: flex-end;
}

.home-zhaokao .item .top .fenyebg .left {
  height: 25px;
  width: 25px;
  padding: 3px;
  box-sizing: border-box;
  border-radius: 3px 0 0 3px;
}

.home-zhaokao .item .top .fenyebg .left img {
  width: 20px;
  height: 20px;
}

.home-zhaokao .item .top .fenyebg .right {
  height: 25px;
  width: 25px;
  padding: 5px;
  box-sizing: border-box;
  border-radius: 0 3px  3px 0;
}

.home-zhaokao .item .top .fenyebg .right img {
  width: 20px;
  height: 20px;
}

.home-zhaokao .item .top .fenyebg .bggrey {
  background-color: #DDDDDD;
}

.home-zhaokao .item .top .fenyebg .bgwhite {
  background-color: white;
}

.home-zhaokao .item .bottom {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.home-zhaokao .item .bottom .item {
  cursor: pointer;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.home-zhaokao .item .bottom .item .left {
  height: 32px;
  line-height: 32px;
  max-width: 85%;
  letter-spacing: 1px;
  color: #333333;
  font-size: 16px;
}

.home-zhaokao .item .bottom .item .right {
  height: 32px;
  line-height: 32px;
  letter-spacing: 1px;
  color: #333333;
  font-size: 16px;
}

.home-zhaokao .item .bottom .item .dline {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.home-zhaokao .item .bottom .item .dline .line1 {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.home-zhaokao .item .bottom .item .dline .line1 .title {
  height: 32px;
  line-height: 32px;
  max-width: 85%;
  letter-spacing: 1px;
  color: #333333;
  font-size: 16px;
}

.home-zhaokao .item .bottom .item .dline .line1 .times {
  height: 32px;
  line-height: 32px;
  letter-spacing: 1px;
  color: #333333;
  font-size: 16px;
}

.home-zhaokao .item .bottom .item .dline .line2 {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.home-zhaokao .item .bottom .item .dline .line2 .ds {
  height: 26px;
  line-height: 26px;
  max-width: 85%;
  letter-spacing: 1px;
  color: #666;
  font-size: 12px;
}

.home-zhaokao .item .bottom .item .dline .line2 .download {
  width: 80px;
  height: 22px;
  line-height: 22px;
  background-color: #2e83e3;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.home-ksrl {
  width: 36%;
}

.home-ksrl .rl-list {
  width: 100%;
  margin-top: 20px;
}

.home-ksrl .rl-list .item {
  height: 60px;
  width: 100%;
  cursor: pointer;
}

.home-ksrl .rl-list .item .left {
  width: 9%;
  height: 60px;
  box-sizing: border-box;
}

.home-ksrl .rl-list .item .left .top {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  border: solid 2px #275ed3;
}

.home-ksrl .rl-list .item .left .bottom {
  height: 52px;
  width: 1px;
  background-color: #DDDDDD;
}

.home-ksrl .rl-list .item .right {
  width: 91%;
  height: 56px;
}

.home-ksrl .rl-list .item .right .city-line {
  width: 100%;
  height: 28px;
  line-height: 28px;
}

.home-ksrl .rl-list .item .right .city-line .citybg {
  width: 18%;
}

.home-ksrl .rl-list .item .right .city-line .citybg .city {
  height: 16px;
  line-height: 16px;
  padding: 0 5px;
  box-sizing: border-box;
  font-size: 12px;
  color: #2668d8;
  background-color: #e7efff;
}

.home-ksrl .rl-list .item .right .city-line .title {
  width: 82%;
  height: 24px;
  line-height: 24px;
  color: #333333;
  font-size: 14px;
}

.home-ksrl .rl-list .item .right .bottom {
  height: 28px;
  line-height: 28px;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.home-ksrl .rl-list .item .right .bottom .starttime {
  height: 16px;
  line-height: 16px;
  font-size: 12px;
  color: #999999;
  width: 60%;
}

.home-ksrl .rl-list .item .right .bottom .testtime {
  height: 16px;
  line-height: 16px;
  font-size: 12px;
  color: #999999;
}

.home-ksrl .title-line {
  height: 30px;
  width: 100%;
  justify-content: space-between;
}

.home-ksrl .title-line .title {
  height: 30px;
  line-height: 30px;
  font-size: 22px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 1px;
  cursor: pointer;
}

.home-ksrl .title-line .more {
  height: 30px;
  line-height: 30px;
  cursor: pointer;
}

.home-ksrl .title-line .more .title {
  color: #999999;
  height: 20px;
  line-height: 20px;
  font-weight: normal;
  vertical-align: bottom;
  font-size: 12px;
}

.home-ksrl .title-line .more .img {
  height: 16px;
  width: 16px;
}

.home-zhibo {
  width: 28%;
}

.home-zhibo .rl-list {
  width: 100%;
  margin-top: 20px;
}

.home-zhibo .rl-list .item {
  height: 60px;
  width: 100%;
  cursor: pointer;
}

.home-zhibo .rl-list .item .left {
  width: 9%;
  height: 60px;
  box-sizing: border-box;
}

.home-zhibo .rl-list .item .left .top {
  height: 18px;
  width: 18px;
  border: none;
}

.home-zhibo .rl-list .item .left .bottom {
  height: 42px;
  width: 1px;
  border-right: 1px dashed #DDDDDD;
}

.home-zhibo .rl-list .item .right {
  width: 91%;
  height: 60px;
}

.home-zhibo .rl-list .item .right .city-line {
  width: 100%;
  height: 18px;
  line-height: 18px;
}

.home-zhibo .rl-list .item .right .city-line .title {
  width: 100%;
  height: 18px;
  line-height: 18px;
  color: #333333;
  font-size: 14px;
}

.home-zhibo .rl-list .item .right .bottom {
  height: 42px;
  line-height: 42px;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
}

.home-zhibo .rl-list .item .right .bottom .starttime {
  height: 16px;
  line-height: 16px;
  font-size: 12px;
  color: #ff7500;
  width: 60%;
}

.home-zhibo .rl-list .item .right .bottom .testtime {
  height: 22px;
  border-radius: 11px;
  background-color: #2e83e3;
  line-height: 22px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  width: 68px;
  text-decoration: none;
}

.home-zhibo .title-line {
  height: 30px;
  width: 100%;
  justify-content: space-between;
}

.home-zhibo .title-line .title {
  height: 30px;
  line-height: 30px;
  font-size: 22px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 1px;
  cursor: pointer;
}

.home-zhibo .title-line .more {
  height: 30px;
  line-height: 30px;
  cursor: pointer;
}

.home-zhibo .title-line .more .title {
  color: #999999;
  height: 20px;
  line-height: 20px;
  font-weight: normal;
  vertical-align: bottom;
  font-size: 12px;
}

.home-zhibo .title-line .more .img {
  height: 16px;
  width: 16px;
}

.home-rmsz {
  width: 24%;
}

.home-rmsz .item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}

.home-rmsz .item .title-line {
  width: 100%;
  height: 44px;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
}

.home-rmsz .item .title-line .num {
  height: 50px;
  font-size: 30px;
  color: #dbdbdb;
  font-weight: bolder;
  line-height: 44px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}

.home-rmsz .item .title-line .title-text {
  width: 100%;
  box-sizing: border-box;
  padding-left: 44px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #333333;
}

.home-rmsz .item .tu {
  display: none;
  width: 90%;
  border-radius: 20px;
}

.home-rmsz .item .tu_active {
  display: block !important;
}

.home-rmsz .img1 {
  height: 86px;
  content: url("/static/home/img/home_right_hd_12_1.jpg");
}

.home-rmsz .img2 {
  height: 90px;
  content: url("/static/home/img/home_right_hd_12_2.jpg");
}

.home-rmsz .img3 {
  height: 99px;
  content: url("/static/home/img/home_right_hd_12_3.jpg");
}

.home-rmsz .img4 {
  height: 88px;
  content: url("/static/home/img/home_right_hd_12_4.jpg");
}

.home-rmsz .img5 {
  height: 83px;
  content: url("/static/home/img/home_right_hd_12_5.jpg");
}

.home-rmsz .sz-list {
  width: 100%;
  margin-top: 20px;
}

.home-rmsz .sz-list .item {
  cursor: pointer;
  height: 44px;
  width: 100%;
}

.home-rmsz .sz-list .item .left {
  height: 40px;
  width: 50px;
  line-height: 40px;
  font-size: 36px;
  color: #dbdbdb;
  font-weight: bolder;
}

.home-rmsz .sz-list .item .right {
  margin-left: 15px;
  height: 24px;
  line-height: 24px;
  font-size: 16px;
  color: #333333;
}

.home-rmsz .title-line {
  height: 30px;
  width: 100%;
  justify-content: space-between;
}

.home-rmsz .title-line .title {
  height: 30px;
  line-height: 30px;
  font-size: 22px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 1px;
  cursor: pointer;
}

.home-rmsz .title-line .more {
  height: 30px;
  line-height: 30px;
  cursor: pointer;
}

.home-rmsz .title-line .more .title {
  color: #999999;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  font-weight: normal;
}

.home-rmsz .title-line .more .img {
  height: 16px;
  width: 16px;
}

.home-dsrsksw-fenxiao {
  width: 1200px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}

.home-dsrsksw-fenxiao .item {
  width: 130px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #333;
  background-color: #DEDEDE;
  font-size: 16px;
  margin-bottom: 4px;
}

.home-dsrsksw-fenxiao .item:hover {
  color: #fff !important;
  background-image: linear-gradient(to right, #4CA1FC, #0153B2) !important;
}

.home-tongpai {
  width: 1200px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.home-tongpai .item {
  width: 270px;
  height: 180px;
  margin-right: 30px;
}

.home-scene {
  width: 100%;
}

.home-scene .item:nth-child(1) {
  padding-right: 11px;
}

.home-scene .item:nth-child(2) {
  padding-left: 12px;
}

.home-scene .item {
  width: 50%;
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  justify-content: space-between;
  flex-wrap: wrap;
}

.home-scene .item .scene-item {
  width: 180px;
  height: 209px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}

.home-scene .item .scene-item .imgbox {
  width: 180px;
  height: 145px;
  overflow: hidden;
  /* 超出容器的图片部分裁剪掉 */
  display: flex;
  /* 使用flex布局 */
  justify-content: center;
  /* 水平居中 */
  align-items: center;
  /* 垂直居中 */
  box-sizing: border-box;
  /* 防止padding影响容器尺寸 */
}

.home-scene .item .scene-item .imgbox img {
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
}

.home-scene .item .scene-item .title {
  width: 100%;
  height: 64px;
  box-sizing: border-box;
  padding: 5px;
  font-size: 14px;
  color: #333;
  text-align: center;
  line-height: 18px;
}

.home-todayzhaokao-fenxiao {
  width: 72%;
}

.home-todayzhaokao-fenxiao .zhaokao-list {
  width: 100%;
  margin-top: 20px;
}

.home-todayzhaokao-fenxiao .zhaokao-list .item {
  height: 24px;
  margin: 4px 0;
  width: 100%;
  cursor: pointer;
  justify-content: space-between;
}

.home-todayzhaokao-fenxiao .zhaokao-list .item .title {
  height: 24px;
  line-height: 24px;
  color: #333333;
  font-size: 16px;
  width: 85%;
}

.home-todayzhaokao-fenxiao .zhaokao-list .item .title-time {
  height: 24px;
  line-height: 24px;
  color: #2360cb;
  font-size: 18px;
}

.home-todayzhaokao-fenxiao .title-line {
  height: 30px;
  width: 100%;
  justify-content: space-between;
}

.home-todayzhaokao-fenxiao .title-line .title {
  height: 30px;
  line-height: 30px;
  font-size: 22px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 1px;
  cursor: pointer;
}

.home-todayzhaokao-fenxiao .title-line .imgbg {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  right: 0;
  top: 0;
}

.home-todayzhaokao-fenxiao .title-line .imgbg img {
  width: 20px;
  height: 20px;
}

.home-todayzhaokao-fenxiao .title-line .mid {
  width: 270px;
  display: flex;
  flex-direction: row;
}

.home-todayzhaokao-fenxiao .title-line .mid .item {
  border: 1px solid #ddd;
  line-height: 24px;
  padding: 0 8px;
  color: #333;
  font-size: 14px;
  margin-right: 8px;
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
}

.home-todayzhaokao-fenxiao .title-line .mid .active {
  border: 1px solid #57b0fb;
  background-color: #57b0fb;
  color: #fff;
}

.home-todayzhaokao-fenxiao .title-line .more {
  height: 30px;
  line-height: 30px;
  cursor: pointer;
}

.home-todayzhaokao-fenxiao .title-line .more .title {
  color: #999999;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  font-weight: normal;
}

.home-todayzhaokao-fenxiao .title-line .more .img {
  height: 16px;
  width: 16px;
}

.home-todayzhaokao {
  width: 36%;
}

.home-todayzhaokao .zhaokao-list {
  width: 100%;
  margin-top: 20px;
}

.home-todayzhaokao .zhaokao-list .item {
  height: 24px;
  margin: 4px 0;
  width: 100%;
  cursor: pointer;
  justify-content: space-between;
}

.home-todayzhaokao .zhaokao-list .item .title {
  height: 24px;
  line-height: 24px;
  color: #333333;
  font-size: 16px;
  width: 85%;
}

.home-todayzhaokao .zhaokao-list .item .title-time {
  height: 24px;
  line-height: 24px;
  color: #2360cb;
  font-size: 18px;
}

.home-todayzhaokao .title-line {
  height: 30px;
  width: 100%;
  justify-content: space-between;
}

.home-todayzhaokao .title-line .title {
  height: 30px;
  line-height: 30px;
  font-size: 22px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 1px;
  cursor: pointer;
}

.home-todayzhaokao .title-line .imgbg {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  right: 0;
  top: 0;
}

.home-todayzhaokao .title-line .imgbg img {
  width: 20px;
  height: 20px;
}

.home-todayzhaokao .title-line .mid {
  width: 270px;
  display: flex;
  flex-direction: row;
}

.home-todayzhaokao .title-line .mid .item {
  border: 1px solid #ddd;
  line-height: 24px;
  padding: 0 8px;
  color: #333;
  font-size: 14px;
  margin-right: 8px;
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
}

.home-todayzhaokao .title-line .mid .active {
  border: 1px solid #57b0fb;
  background-color: #57b0fb;
  color: #fff;
}

.home-todayzhaokao .title-line .more {
  height: 30px;
  line-height: 30px;
  cursor: pointer;
}

.home-todayzhaokao .title-line .more .title {
  color: #999999;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  font-weight: normal;
}

.home-todayzhaokao .title-line .more .img {
  height: 16px;
  width: 16px;
}

.banner-line {
  margin-top: 32px;
}

.banner-line .right-area {
  width: 496px;
  height: 457px;
  box-sizing: border-box;
  padding-left: 20px;
}

.banner-line .right-area .top {
  width: 476px;
  height: 295px;
  box-sizing: border-box;
}

.banner-line .right-area .bottomsearch {
  width: 475px;
  height: 72px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.banner-line .right-area .bottomsearch .search-container {
  width: 100%;
  height: 42px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.banner-line .right-area .bottomsearch .search-container .layui-btn-primary {
  border-color: #007CC1 !important;
  border-radius: 0 !important;
  border-right: none;
}

.banner-line .right-area .bottomsearch .search-container .layui-inline input {
  width: 300px;
  border-radius: 0 !important;
  border-color: #007CC1 !important;
}

.banner-line .right-area .bottomsearch .search-container .layui-inline input:focus {
  border-radius: 0 !important;
  border-color: #007CC1 !important;
}

.banner-line .right-area .bottomsearch .search-container .layui-btn-normal {
  background-color: #007CC1;
  border-radius: 0 !important;
  background-clip: unset !important;
}

.banner-line .right-area .bottom3 {
  width: 475px;
  height: 118px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 5px 10px;
}

.banner-line .right-area .bottom3 .xdmitem:hover .iteminfo {
  display: flex !important;
}

.banner-line .right-area .bottom3 .xdmitembg1 {
  background-image: url("/static/home/img/home_icon_dmt7.png");
}

.banner-line .right-area .bottom3 .xdmitembg2 {
  background-image: url("/static/home/img/home_icon_dmt8.png");
}

.banner-line .right-area .bottom3 .xdmitembg3 {
  background-image: url("/static/home/img/home_icon_dmt9.png");
}

.banner-line .right-area .bottom3 .xdmitembg4 {
  background-image: url("/static/home/img/home_icon_dmt10.png");
}

.banner-line .right-area .bottom3 .xdmitembg5 {
  background-image: url("/static/home/img/home_icon_dmt11.png");
}

.banner-line .right-area .bottom3 .xdmitembg6 {
  background-image: url("/static/home/img/home_icon_dmt12.png");
}

.banner-line .right-area .bottom3 .xdmitembg7 {
  background-image: url("/static/home/img/home_icon_dmt19.jpg");
}

.banner-line .right-area .bottom3 .xdmitembg8 {
  background-image: url("/static/home/img/home_icon_dmt20.jpg");
}

.banner-line .right-area .bottom3 .xdmitembg9 {
  background-image: url("/static/home/img/home_icon_dmt21.jpg");
}

.banner-line .right-area .bottom3 .xdmitembg10 {
  background-image: url("/static/home/img/home_icon_dmt22.jpg");
}

.banner-line .right-area .bottom3 .xdmitembg11 {
  background-image: url("/static/home/img/home_icon_dmt23.jpg");
}

.banner-line .right-area .bottom3 .xdmitembg12 {
  background-image: url("/static/home/img/home_icon_dmt24.jpg");
}

.banner-line .right-area .bottom3 .xdmitem {
  width: 140px;
  height: 50px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  padding: 0 10px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}

.banner-line .right-area .bottom3 .xdmitem .iteminfo {
  width: 140px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 0 10px;
}

.banner-line .right-area .bottom3 .xdmitem .iteminfo .infoimg {
  width: 64px;
  height: 64px;
}

.banner-line .right-area .bottom3 .xdmitem .iteminfo .infop {
  width: 20px;
  text-align: center;
  line-height: 16px;
  color: #fff;
  margin-left: 20px;
}

.banner-line .right-area .bottom3 .xdmitem .iteminfo .infop2 {
  width: 100%;
  line-height: 40px;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.banner-line .right-area .bottom3 .xdmitem .baseimg {
  width: 38px;
  height: 38px;
}

.banner-line .right-area .bottom3 .xdmitem .img1 {
  content: url("/static/home/img/home_icon_dmt1.png");
}

.banner-line .right-area .bottom3 .xdmitem .img2 {
  content: url("/static/home/img/home_icon_dmt2.png");
}

.banner-line .right-area .bottom3 .xdmitem .img3 {
  content: url("/static/home/img/home_icon_dmt3.png");
}

.banner-line .right-area .bottom3 .xdmitem .img4 {
  content: url("/static/home/img/home_icon_dmt4.png");
}

.banner-line .right-area .bottom3 .xdmitem .img5 {
  content: url("/static/home/img/home_icon_dmt5.png");
}

.banner-line .right-area .bottom3 .xdmitem .img6 {
  content: url("/static/home/img/home_icon_dmt6.png");
}

.banner-line .right-area .bottom3 .xdmitem .img7 {
  content: url("/static/home/img/home_icon_dmt13.png");
}

.banner-line .right-area .bottom3 .xdmitem .img8 {
  content: url("/static/home/img/home_icon_dmt16.png");
}

.banner-line .right-area .bottom3 .xdmitem .img9 {
  content: url("/static/home/img/home_icon_dmt15.png");
}

.banner-line .right-area .bottom3 .xdmitem .img10 {
  content: url("/static/home/img/home_icon_dmt14.png");
}

.banner-line .right-area .bottom3 .xdmitem .img11 {
  content: url("/static/home/img/home_icon_dmt17.png");
}

.banner-line .right-area .bottom3 .xdmitem .img12 {
  content: url("/static/home/img/home_icon_dmt18.png");
}

.banner-line .right-area .bottom3 .xdmitem .xdmtitle {
  width: 100%;
  height: 36px;
  line-height: 36px;
  font-size: 20px;
  color: #fff;
  text-align: center;
}

.banner-line .right-area .bottom3 .itemmar {
  margin-bottom: 8px;
}

.banner-line .right-area .bottom2 {
  width: 475px;
  height: 190px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 5px 10px;
}

.banner-line .right-area .bottom2 .xdmitem:hover .iteminfo {
  display: flex !important;
}

.banner-line .right-area .bottom2 .xdmitembg1 {
  background-image: url("/static/home/img/home_icon_dmt7.png");
}

.banner-line .right-area .bottom2 .xdmitembg2 {
  background-image: url("/static/home/img/home_icon_dmt8.png");
}

.banner-line .right-area .bottom2 .xdmitembg3 {
  background-image: url("/static/home/img/home_icon_dmt9.png");
}

.banner-line .right-area .bottom2 .xdmitembg4 {
  background-image: url("/static/home/img/home_icon_dmt10.png");
}

.banner-line .right-area .bottom2 .xdmitembg5 {
  background-image: url("/static/home/img/home_icon_dmt11.png");
}

.banner-line .right-area .bottom2 .xdmitembg6 {
  background-image: url("/static/home/img/home_icon_dmt12.png");
}

.banner-line .right-area .bottom2 .xdmitembg7 {
  background-image: url("/static/home/img/home_icon_dmt19.jpg");
}

.banner-line .right-area .bottom2 .xdmitembg8 {
  background-image: url("/static/home/img/home_icon_dmt20.jpg");
}

.banner-line .right-area .bottom2 .xdmitembg9 {
  background-image: url("/static/home/img/home_icon_dmt21.jpg");
}

.banner-line .right-area .bottom2 .xdmitembg10 {
  background-image: url("/static/home/img/home_icon_dmt22.jpg");
}

.banner-line .right-area .bottom2 .xdmitembg11 {
  background-image: url("/static/home/img/home_icon_dmt23.jpg");
}

.banner-line .right-area .bottom2 .xdmitembg12 {
  background-image: url("/static/home/img/home_icon_dmt24.jpg");
}

.banner-line .right-area .bottom2 .xdmitem {
  width: 140px;
  height: 84px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}

.banner-line .right-area .bottom2 .xdmitem .iteminfo {
  width: 140px;
  height: 84px;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 0 10px;
}

.banner-line .right-area .bottom2 .xdmitem .iteminfo .infoimg {
  width: 64px;
  height: 64px;
}

.banner-line .right-area .bottom2 .xdmitem .iteminfo .infop {
  width: 20px;
  text-align: center;
  line-height: 16px;
  color: #fff;
  margin-left: 20px;
}

.banner-line .right-area .bottom2 .xdmitem .iteminfo .infop2 {
  width: 100%;
  line-height: 40px;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.banner-line .right-area .bottom2 .xdmitem .baseimg {
  width: 48px;
  height: 48px;
}

.banner-line .right-area .bottom2 .xdmitem .img1 {
  content: url("/static/home/img/home_icon_dmt1.png");
}

.banner-line .right-area .bottom2 .xdmitem .img2 {
  content: url("/static/home/img/home_icon_dmt2.png");
}

.banner-line .right-area .bottom2 .xdmitem .img3 {
  content: url("/static/home/img/home_icon_dmt3.png");
}

.banner-line .right-area .bottom2 .xdmitem .img4 {
  content: url("/static/home/img/home_icon_dmt4.png");
}

.banner-line .right-area .bottom2 .xdmitem .img5 {
  content: url("/static/home/img/home_icon_dmt5.png");
}

.banner-line .right-area .bottom2 .xdmitem .img6 {
  content: url("/static/home/img/home_icon_dmt6.png");
}

.banner-line .right-area .bottom2 .xdmitem .img7 {
  content: url("/static/home/img/home_icon_dmt13.png");
}

.banner-line .right-area .bottom2 .xdmitem .img8 {
  content: url("/static/home/img/home_icon_dmt16.png");
}

.banner-line .right-area .bottom2 .xdmitem .img9 {
  content: url("/static/home/img/home_icon_dmt15.png");
}

.banner-line .right-area .bottom2 .xdmitem .img10 {
  content: url("/static/home/img/home_icon_dmt14.png");
}

.banner-line .right-area .bottom2 .xdmitem .img11 {
  content: url("/static/home/img/home_icon_dmt17.png");
}

.banner-line .right-area .bottom2 .xdmitem .img12 {
  content: url("/static/home/img/home_icon_dmt18.png");
}

.banner-line .right-area .bottom2 .xdmitem .xdmtitle {
  width: 100%;
  height: 36px;
  line-height: 36px;
  font-size: 20px;
  color: #fff;
  text-align: center;
}

.banner-line .right-area .bottom2 .itemmar {
  margin-bottom: 12px;
}

.banner-line .right-area .bottom2-fenxiao {
  width: 475px;
  height: 190px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 5px 10px;
}

.banner-line .right-area .bottom2-fenxiao .xdmitem:hover .iteminfo {
  display: flex !important;
}

.banner-line .right-area .bottom2-fenxiao .xdmitembg1 {
  background-image: url("/static/home/img/home_icon_dmt7.png");
}

.banner-line .right-area .bottom2-fenxiao .xdmitembg2 {
  background-image: url("/static/home/img/home_icon_dmt8.png");
}

.banner-line .right-area .bottom2-fenxiao .xdmitembg3 {
  background-image: url("/static/home/img/home_icon_dmt9.png");
}

.banner-line .right-area .bottom2-fenxiao .xdmitembg4 {
  background-image: url("/static/home/img/home_icon_dmt10.png");
}

.banner-line .right-area .bottom2-fenxiao .xdmitembg5 {
  background-image: url("/static/home/img/home_icon_dmt11.png");
}

.banner-line .right-area .bottom2-fenxiao .xdmitembg6 {
  background-image: url("/static/home/img/home_icon_dmt12.png");
}

.banner-line .right-area .bottom2-fenxiao .xdmitembg7 {
  background-image: url("/static/home/img/home_icon_dmt19.jpg");
}

.banner-line .right-area .bottom2-fenxiao .xdmitembg8 {
  background-image: url("/static/home/img/home_icon_dmt20.jpg");
}

.banner-line .right-area .bottom2-fenxiao .xdmitembg9 {
  background-image: url("/static/home/img/home_icon_dmt21.jpg");
}

.banner-line .right-area .bottom2-fenxiao .xdmitembg10 {
  background-image: url("/static/home/img/home_icon_dmt22.jpg");
}

.banner-line .right-area .bottom2-fenxiao .xdmitembg11 {
  background-image: url("/static/home/img/home_icon_dmt23.jpg");
}

.banner-line .right-area .bottom2-fenxiao .xdmitembg12 {
  background-image: url("/static/home/img/home_icon_dmt24.jpg");
}

.banner-line .right-area .bottom2-fenxiao .xdmitem {
  width: 140px;
  height: 84px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}

.banner-line .right-area .bottom2-fenxiao .xdmitem .iteminfo {
  width: 140px;
  height: 84px;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 0 10px;
}

.banner-line .right-area .bottom2-fenxiao .xdmitem .iteminfo .infoimg {
  width: 64px;
  height: 64px;
}

.banner-line .right-area .bottom2-fenxiao .xdmitem .iteminfo .infop {
  width: 20px;
  text-align: center;
  line-height: 16px;
  color: #fff;
  margin-left: 20px;
}

.banner-line .right-area .bottom2-fenxiao .xdmitem .iteminfo .infop2 {
  width: 100%;
  line-height: 40px;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.banner-line .right-area .bottom2-fenxiao .xdmitem .baseimg {
  width: 55px;
  height: 55px;
}

.banner-line .right-area .bottom2-fenxiao .xdmitem .img1 {
  content: url("/static/home/img/home_icon_dmt1.png");
}

.banner-line .right-area .bottom2-fenxiao .xdmitem .img2 {
  content: url("/static/home/img/home_icon_dmt2.png");
}

.banner-line .right-area .bottom2-fenxiao .xdmitem .img3 {
  content: url("/static/home/img/home_icon_dmt3.png");
}

.banner-line .right-area .bottom2-fenxiao .xdmitem .img4 {
  content: url("/static/home/img/home_icon_dmt4.png");
}

.banner-line .right-area .bottom2-fenxiao .xdmitem .img5 {
  content: url("/static/home/img/home_icon_dmt5.png");
}

.banner-line .right-area .bottom2-fenxiao .xdmitem .img6 {
  content: url("/static/home/img/home_icon_dmt6.png");
}

.banner-line .right-area .bottom2-fenxiao .xdmitem .img7 {
  content: url("/static/home/img/home_icon_dmt13.png");
}

.banner-line .right-area .bottom2-fenxiao .xdmitem .img8 {
  content: url("/static/home/img/home_icon_dmt16.png");
}

.banner-line .right-area .bottom2-fenxiao .xdmitem .img9 {
  content: url("/static/home/img/home_icon_dmt15.png");
}

.banner-line .right-area .bottom2-fenxiao .xdmitem .img10 {
  content: url("/static/home/img/home_icon_dmt14.png");
}

.banner-line .right-area .bottom2-fenxiao .xdmitem .img11 {
  content: url("/static/home/img/home_icon_dmt17.png");
}

.banner-line .right-area .bottom2-fenxiao .xdmitem .img12 {
  content: url("/static/home/img/home_icon_dmt18.png");
}

.banner-line .right-area .bottom2-fenxiao .xdmitem .xdmtitle {
  width: 100%;
  height: 36px;
  line-height: 36px;
  font-size: 20px;
  color: #fff;
  text-align: center;
}

.banner-line .right-area .bottom2-fenxiao .itemmar {
  margin-bottom: 12px;
}

.banner-line .right-area .bottom-fenxiao {
  width: 476px;
  height: 162px;
  box-sizing: border-box;
  padding-top: 15px;
  justify-content: space-between !important;
  flex-wrap: wrap;
}

.banner-line .right-area .bottom-fenxiao .item {
  width: 238px;
  height: 81px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  border: 1px solid #ddd;
  cursor: pointer;
}

.banner-line .right-area .bottom-fenxiao .item .left-img1 {
  height: 55px;
  width: 55px;
  content: url("/static/home/img/fenxiao-home-module1.png");
}

.banner-line .right-area .bottom-fenxiao .item .left-img2 {
  height: 55px;
  width: 55px;
  content: url("/static/home/img/fenxiao-home-module2.png");
}

.banner-line .right-area .bottom-fenxiao .item .left-img3 {
  height: 55px;
  width: 55px;
  content: url("/static/home/img/fenxiao-home-module3.png");
}

.banner-line .right-area .bottom-fenxiao .item .left-img4 {
  height: 55px;
  width: 55px;
  content: url("/static/home/img/fenxiao-home-module4.png");
}

.banner-line .right-area .bottom-fenxiao .item .right-text {
  width: 163px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  color: #3181E0;
  font-size: 20px;
}

.banner-line .right-area .bottom-fenxiao .item:hover {
  width: 238px;
  height: 81px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(to right, #59A5FF, #025DCF);
}

.banner-line .right-area .bottom-fenxiao .item:hover .left-img1 {
  height: 55px;
  width: 55px;
  content: url("/static/home/img/fenxiao-home-selelected-module1.png");
}

.banner-line .right-area .bottom-fenxiao .item:hover .left-img2 {
  height: 55px;
  width: 55px;
  content: url("/static/home/img/fenxiao-home-selelected-module2.png");
}

.banner-line .right-area .bottom-fenxiao .item:hover .left-img3 {
  height: 55px;
  width: 55px;
  content: url("/static/home/img/fenxiao-home-selelected-module3.png");
}

.banner-line .right-area .bottom-fenxiao .item:hover .left-img4 {
  height: 55px;
  width: 55px;
  content: url("/static/home/img/fenxiao-home-selelected-module4.png");
}

.banner-line .right-area .bottom-fenxiao .item:hover .right-text {
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 20px;
}

.banner-line .right-area .bottom {
  width: 476px;
  height: 162px;
  box-sizing: border-box;
  padding-top: 15px;
  justify-content: space-between !important;
}

.banner-line .right-area .bottom .item2 {
  width: 150px;
  height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #3585DF;
  box-sizing: border-box;
  cursor: pointer;
}

.banner-line .right-area .bottom .item2 .img1 {
  height: 65px;
  width: 65px;
  object-fit: contain;
  content: url("/static/home/img/home_icon_gkkt.png");
}

.banner-line .right-area .bottom .item2 .img2 {
  height: 65px;
  width: 65px;
  object-fit: contain;
  content: url("/static/home/img/home_icon_zw.png");
}

.banner-line .right-area .bottom .item2 .img3 {
  height: 65px;
  width: 65px;
  object-fit: contain;
  content: url("/static/home/img/home_icon_bk.png");
}

.banner-line .right-area .bottom .item2 .title {
  color: #3585DF;
  font-size: 18px;
  height: 45px;
  line-height: 45px;
}

.banner-line .right-area .bottom .item2:hover {
  width: 150px;
  height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #3585DF;
  box-sizing: border-box;
  background-color: #3585DF;
  cursor: pointer;
}

.banner-line .right-area .bottom .item2:hover .img1 {
  height: 65px;
  width: 65px;
  object-fit: contain;
  content: url("/static/home/img/home_icon_gkkt_selected.png");
}

.banner-line .right-area .bottom .item2:hover .img2 {
  height: 65px;
  width: 65px;
  object-fit: contain;
  content: url("/static/home/img/home_icon_zw_selected.png");
}

.banner-line .right-area .bottom .item2:hover .img3 {
  height: 65px;
  width: 65px;
  object-fit: contain;
  content: url("/static/home/img/home_icon_bk_selected.png");
}

.banner-line .right-area .bottom .item2:hover .title {
  color: #ffffff;
  font-size: 18px;
  height: 45px;
  line-height: 45px;
}

.banner-line .right-area .bottom .item {
  width: 150px;
  height: 150px;
  position: relative;
  border-radius: 10px;
  cursor: pointer;
}

.banner-line .right-area .bottom .item .img {
  width: 150px;
  height: 150px;
  border-radius: 10px;
}

.banner-line .right-area .bottom .item .title {
  color: #ffffff;
  font-size: 26px;
  position: absolute;
  right: 12px;
  bottom: 12px;
}

.banner-line .left-banner {
  width: 704px;
  height: 457px;
  position: relative;
}

.banner-line .left-banner img {
  width: 704px;
  height: 457px;
}

.banner-line .left-banner .bottom-title {
  width: 704px;
  height: 50px;
  background: rgba(5, 22, 72, 0.39);
  position: absolute;
  bottom: 0;
  z-index: 999;
  justify-content: space-between !important;
  padding: 0 20px 0 0;
  box-sizing: border-box;
}

.banner-line .left-banner .bottom-title .xtaber-tabs {
  height: 50px;
  display: flex;
  width: 545px;
}

.banner-line .left-banner .bottom-title .xtaber-tabs li {
  float: left;
  height: 50px;
  box-sizing: border-box;
  flex: 1;
  padding: 0 10px;
}

.banner-line .left-banner .bottom-title .xtaber-tabs li a {
  word-wrap: break-word;
  color: white;
  font-size: 16px;
  width: 100%;
  height: 100%;
  line-height: 25px;
  cursor: pointer;
}

.banner-line .left-banner .bottom-title .xtaber-tabs .color1 {
  background-color: #F8857D;
}

.banner-line .left-banner .bottom-title .xtaber-tabs .color2 {
  background-color: #6FBBF7;
}

.banner-line .left-banner .bottom-title .xtaber-tabs .color3 {
  background-color: #00BCD4;
}

.banner-line .left-banner .bottom-title .xtaber-tabs .color4 {
  background-color: #8BCB8E;
}

.banner-line .left-banner .bottom-title .xtaber-tabs .color5 {
  background-color: #FFA65A;
}

.banner-line .left-banner .bottom-title .xtaber-tabs .color6 {
  background-color: #F8857D;
}

.banner-line .left-banner .bottom-title .xtaber-tabs .color7 {
  background-color: #6FBBF7;
}

.banner-line .left-banner .bottom-title .xtaber-tabs .color8 {
  background-color: #00BCD4;
}

.banner-line .left-banner .bottom-title .xtaber-tabs .color9 {
  background-color: #8BCB8E;
}

.banner-line .left-banner .bottom-title .xtaber-tabs .color10 {
  background-color: #FFA65A;
}

.banner-line .left-banner .bottom-title .title {
  display: flex;
  color: #DDDDDD;
  font-size: 18px;
  height: 60px;
  line-height: 60px;
}

.banner-line .left-banner .bottom-title .title-die {
  display: none;
}

.banner-line .left-banner .bottom-title .indicator {
  height: 20px;
}

.banner-line .left-banner .bottom-title .indicator .item {
  width: 16px;
  height: 16px;
  background-color: #DDDDDD;
  border-radius: 8px;
  margin-left: 12px;
  cursor: pointer;
}

.banner-line .left-banner .bottom-title .indicator .active {
  width: 35px !important;
}

.wangkecheng-line {
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}

.wangkecheng-line .item-bg:hover {
  transform: translateY(-10px);
}

.wangkecheng-line .item-bg {
  box-shadow: 0 0 15px 1px #DDDDDD;
  width: 284px;
  height: 284px;
  cursor: pointer;
  margin-bottom: 20px;
  transition: all .5s;
}

.wangkecheng-line .item-bg .bgimg {
  width: 284px;
  height: 160px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.wangkecheng-line .item-bg .bginfo {
  width: 284px;
  height: 124px;
  box-sizing: border-box;
  padding: 6px;
}

.wangkecheng-line .item-bg .bginfo .title {
  width: 100%;
  height: 60px;
  line-height: 30px;
  font-size: 16px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.wangkecheng-line .item-bg .bginfo .teachersbg {
  width: 100%;
  height: 60px;
  display: flex;
  flex-direction: row;
}

.wangkecheng-line .item-bg .bginfo .teachersbg .titem {
  width: 40px;
  height: 60px;
  display: flex;
  flex-direction: column;
}

.wangkecheng-line .item-bg .bginfo .teachersbg .titem .imgbg {
  width: 40px;
  height: 40px;
  padding: 4px;
}

.wangkecheng-line .item-bg .bginfo .teachersbg .titem .imgbg img {
  width: 32px;
  height: 32px;
  border-radius: 16px;
}

.wangkecheng-line .item-bg .bginfo .teachersbg .titem .tname {
  width: 100%;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  color: #333333;
}

.wangkecheng-line .item-bg .bginfo .priceline {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.wangkecheng-line .item-bg .bginfo .priceline .left {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.wangkecheng-line .item-bg .bginfo .priceline .left .iconimg {
  width: 18px;
  height: 18px;
}

.wangkecheng-line .item-bg .bginfo .priceline .left .nums {
  padding-left: 6px;
  height: 20px;
  line-height: 20px;
  color: #333;
  font-size: 12px;
}

.wangkecheng-line .item-bg .bginfo .priceline .right {
  height: 20px;
  line-height: 20px;
  color: #ff2f2f;
  font-size: 12px;
}

.kecheng-line {
  width: 100%;
  justify-content: space-between;
}

.kecheng-line .item-bg {
  box-shadow: 0 0 15px 1px #DDDDDD;
  width: 228px;
  height: 250px;
  border-radius: 8px;
  cursor: pointer;
}

.kecheng-line .item-bg .bgimg {
  width: 228px;
  height: 128px;
  border-radius: 8px 8px 0px 0px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.kecheng-line .item-bg .bginfo {
  width: 228px;
  height: 100px;
  border-radius: 0px 0px 8px 8px;
  box-sizing: border-box;
  padding: 6px;
}

.kecheng-line .item-bg .bginfo .title {
  width: 100%;
  height: 25px;
  line-height: 25px;
  font-size: 14px;
  color: #333333;
}

.kecheng-line .item-bg .bginfo .time {
  width: 100%;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  letter-spacing: 1px;
  color: #999999;
}

.kecheng-line .item-bg .bginfo .label {
  height: 25px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.kecheng-line .item-bg .bginfo .label .red {
  height: 20px;
  background-color: #fff3f3;
  border-radius: 2px;
  line-height: 20px;
  padding: 0 5px;
  font-size: 12px;
  color: #f76e6e;
  margin-right: 5px;
}

.kecheng-line .item-bg .bginfo .label .blue {
  height: 20px;
  background-color: #f3f9ff;
  border-radius: 2px;
  line-height: 20px;
  padding: 0 5px;
  font-size: 12px;
  color: #3399ff;
  margin-right: 5px;
}

.kecheng-line .item-bg .bginfo .youhui-bg {
  width: auto;
}

.kecheng-line .item-bg .bginfo .youhui-bg .youhui {
  border: solid 1px #ffbaba;
  height: 20px;
  width: auto;
  float: left;
}

.kecheng-line .item-bg .bginfo .youhui-bg .youhui .text {
  background-color: #f76e6e;
  height: 20px;
  line-height: 20px;
  padding: 0 5px;
  font-size: 12px;
  color: #ffffff;
}

.kecheng-line .item-bg .bginfo .youhui-bg .youhui .price {
  height: 20px;
  line-height: 20px;
  padding-left: 8px;
  color: #ff2f2f;
  font-size: 12px;
}

.kecheng-line .item-bg .bginfo .youhui-bg .youhui .price-youhui {
  height: 20px;
  line-height: 20px;
  padding-left: 8px;
  color: #999999;
  font-size: 12px;
  text-decoration: line-through;
  margin-right: 10px;
}

.kecheng-line .item-bg .bginfo .price {
  height: 20px;
  line-height: 20px;
  color: #ff2f2f;
  font-size: 12px;
}

.home-news {
  width: 1200px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.home-news .item:hover {
  transform: scale(1.05);
}

.home-news .item {
  transition: all 0.6s;
  width: 280px;
  display: flex;
  flex-direction: column;
  box-shadow: -2px 1px 17px 0px rgba(142, 142, 142, 0.35);
  cursor: pointer;
}

.home-news .item .title-img {
  width: 280px;
  height: 173px;
  object-fit: cover;
}

.home-news .item .title {
  width: 100%;
  box-sizing: border-box;
  padding: 0 10px;
  height: 52px;
  line-height: 26px;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.home-news .item .jianjie {
  box-sizing: border-box;
  padding: 0 10px;
  height: 96px;
  line-height: 24px;
  font-size: 12px;
  color: #999;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}

.home-aboutus {
  width: 1200px;
  justify-content: space-between;
}

.home-aboutus .flatimg {
  width: 272px;
  height: 200px;
  border-radius: 10px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-aboutus .longimg {
  width: 216px;
  height: 318px;
  border-radius: 10px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-aboutus .text {
  width: 910px;
  height: 200px;
  background-color: #ffffff;
  box-shadow: -2px 1px 17px 0px rgba(142, 142, 142, 0.35);
  border-radius: 10px;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 1px;
  color: #666666;
  padding: 12px;
  box-sizing: border-box;
}

.home-citys-new {
  margin-top: 40px;
  width: 100%;
  justify-content: space-between;
}

.home-citys-new .line {
  box-sizing: border-box;
  width: 30px;
  height: 240px;
  padding: 60px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-citys-new .line .inline {
  width: 2px;
  height: 100%;
  background-color: #e5e5e5;
}

.home-citys-new .item {
  margin: 24px 0;
  width: 580px;
}

.home-citys-new .item .cityname {
  height: 48px;
  line-height: 72px;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 1px;
  color: #4893e7;
}

.home-citys-new .item .info .infoicon {
  width: 14px;
  height: 14px;
  margin-top: 5px;
}

.home-citys-new .item .info .infotext {
  box-sizing: border-box;
  padding-left: 12px;
  max-width: calc(100% - 20px);
  line-height: 24px;
  letter-spacing: 1px;
  color: #333333;
  font-size: 14px;
}

.home-citys-new .item .wechatline {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 30px;
}

.home-citys-new .item .wechatline img {
  width: 130px;
  height: 130px;
  margin-right: 30px;
}

.home-citys-new .item2 {
  width: 580px;
  display: flex;
  flex-direction: column;
}

.home-citys-new .item2 .top {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
}

.home-citys-new .item2 .top .topitem:hover {
  color: #fff !important;
  background-image: linear-gradient(to right, #4CA1FC, #4CA1FC) !important;
}

.home-citys-new .item2 .top .topitem-active {
  background-image: linear-gradient(to right, #4CA1FC, #4CA1FC) !important;
}

.home-citys-new .item2 .top .topitem-active .schoolname {
  color: #fff !important;
}

.home-citys-new .item2 .top .topitem {
  width: 80px;
  height: 40px;
  background-color: #DEDEDE;
  margin-bottom: 4px;
  border-radius: 8px;
  margin: 0 8px 8px 0;
}

.home-citys-new .item2 .top .topitem .schoolname {
  width: 80px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #333;
  text-align: center;
}

.home-citys-new .item2 .infopanel {
  margin: 30px 0;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.home-citys-new .item2 .infopanel .kefuimg {
  width: 110px;
  height: 110px;
}

.home-citys-new .item2 .infopanel .cityname {
  height: 60px;
  line-height: 90px;
  font-size: 24px;
  font-weight: bold;
  line-height: 31px;
  letter-spacing: 1px;
  color: #4893e7;
}

.home-citys-new .item2 .infopanel .info .infoicon {
  width: 14px;
  height: 14px;
  margin-top: 5px;
}

.home-citys-new .item2 .infopanel .info .infotext {
  box-sizing: border-box;
  padding-left: 12px;
  max-width: calc(100% - 20px);
  line-height: 24px;
  letter-spacing: 1px;
  color: #333333;
  font-size: 14px;
}

.home-citys-z {
  display: none !important;
  margin-top: 40px;
  width: 100%;
  align-items: center;
  flex-wrap: wrap;
}

.home-citys-z .line {
  box-sizing: border-box;
  width: 30px;
  height: 240px;
  padding: 60px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-citys-z .line .inline {
  width: 2px;
  height: 100%;
  background-color: #e5e5e5;
}

.home-citys-z .item {
  margin: 24px 0;
  width: 380px;
}

.home-citys-z .item .cityname {
  height: 48px;
  line-height: 72px;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 1px;
  color: #4893e7;
}

.home-citys-z .item .info .infoicon {
  width: 14px;
  height: 14px;
  margin-top: 5px;
}

.home-citys-z .item .info .infotext {
  box-sizing: border-box;
  padding-left: 12px;
  max-width: calc(100% - 20px);
  line-height: 24px;
  letter-spacing: 1px;
  color: #333333;
  font-size: 14px;
}

.home-citys {
  display: none !important;
  margin-top: 40px;
  width: 100%;
  align-items: center;
  flex-wrap: wrap;
}

.home-citys .line {
  box-sizing: border-box;
  width: 30px;
  height: 240px;
  padding: 60px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-citys .line .inline {
  width: 2px;
  height: 100%;
  background-color: #e5e5e5;
}

.home-citys .item {
  margin: 24px 0;
  width: 380px;
}

.home-citys .item .cityname {
  height: 48px;
  line-height: 72px;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 1px;
  color: #4893e7;
}

.home-citys .item .info {
  height: 32px;
  align-items: center;
}

.home-citys .item .info .infoicon {
  width: 14px;
  height: 14px;
}

.home-citys .item .info .infotext {
  box-sizing: border-box;
  padding-left: 12px;
  max-width: calc(100% - 20px);
  height: 24px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #333333;
  font-size: 14px;
}

.home-rm-bg {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 50px;
  position: relative;
}

.home-rm-bg .labaimg {
  width: 35px;
  height: 38px;
  content: url("/static/home/img/home_icon_laba.png");
}

.home-rm-bg .name {
  width: 90px;
  font-size: 24px;
  color: #FE1F1F;
  font-weight: bold;
  margin-left: 5px;
  background-color: #fff;
  z-index: 2;
}

.home-rm-bg .name span {
  color: #171717;
  font-size: 18px;
}

.home-rm-bg .right {
  width: 1160px;
  height: 46px;
  position: absolute;
  left: 40px;
  top: 2px;
  z-index: 1;
}

.home-rm-bg .right .wdata {
  height: 100%;
  width: 100%;
  border-bottom: 1px solid #CCCCCC;
  box-sizing: border-box;
  padding-left: 90px;
  position: relative;
  overflow: hidden;
}

.home-rm-bg .right .wdata .ndata {
  display: flex;
  flex-direction: row;
  height: 46px;
  width: auto;
  float: left;
}

.home-rm-bg .right .wdata .ndata .item {
  width: auto;
  height: 46px;
  line-height: 56px;
  font-size: 18px;
  color: #000;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  padding: 0 10px;
}

.home-bh-bg {
  width: 100%;
  height: 130px;
  user-select: none;
  margin: 20px 0;
}

.home-bh-bg .title-bg {
  background-color: #2e83e3;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 50px;
  padding: 0 10px;
  box-sizing: border-box;
}

.home-bh-bg .title-bg .title {
  height: 50px;
  line-height: 50px;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  font-family: MicroSoft YaHei;
  letter-spacing: 1px;
  margin: 0;
  padding: 0;
}

.home-bh-bg .biaoge {
  width: 100%;
  height: 115px;
  box-sizing: border-box;
  overflow: hidden;
  border: 1px solid #333;
  border-top: none;
}

.home-bh-bg .biaoge .w15 {
  width: 120px;
}

.home-bh-bg .biaoge .w30 {
  width: 240px;
}

.home-bh-bg .biaoge .w10 {
  width: 80px;
}

.home-bh-bg .biaoge .w20 {
  width: 160px;
}

.home-bh-bg .biaoge .w60 {
  width: 480px;
}

.home-bh-bg .biaoge .line {
  display: flex;
  flex-direction: row;
  height: 39px;
}

.home-bh-bg .biaoge .line .title {
  height: 39px;
  line-height: 39px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  margin: 0;
  padding: 0;
  text-align: center;
}

.home-bh-bg .biaoge .sbox {
  width: 100%;
  height: 64px;
  overflow: hidden;
}

.home-bh-bg .biaoge .sbox .nbox {
  width: 100%;
}

.home-bh-bg .biaoge .sbox .nbox .line2 {
  display: flex;
  flex-direction: row;
  height: 34px;
}

.home-bh-bg .biaoge .sbox .nbox .line2 .title {
  height: 34px;
  line-height: 34px;
  font-size: 16px;
  color: #333;
  text-align: center;
  margin: 0;
  padding: 0;
}

.home-bh-bg .biaoge .sbox .nbox .line2 .btn {
  background-color: #2e83e3;
  width: 100px;
  cursor: pointer;
  border-radius: 4px;
  height: 30px !important;
  line-height: 30px !important;
  color: #fff !important;
  margin: 0;
  padding: 0;
  text-align: center;
  text-decoration: none;
  margin-left: 30px;
}

.home-bh-bg .biaoge table {
  border: none;
  width: 100%;
}

.home-bh-bg .biaoge th {
  height: 35px;
  text-align: center;
  border: none;
}

.home-bh-bg .biaoge td {
  height: 30px;
  border: none;
  text-align: center;
}

.home-big-banner3-fenxiao {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-image: url("/static/home/img/home_bigbanner_bg1014.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 1920px 270px;
  min-width: 1200px;
  height: 270px;
}

.home-big-banner3-fenxiao .safe-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 270px;
  width: 100%;
  position: relative;
}

.home-big-banner3-fenxiao .safe-content .necontent3 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  width: 1200px;
}

.home-big-banner3-fenxiao .safe-content .necontent3 .left-big-item {
  width: 1200px;
  height: 50px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.home-big-banner3-fenxiao .safe-content .necontent3 .left-big-item .title:hover {
  transform: translateY(-10px);
}

.home-big-banner3-fenxiao .safe-content .necontent3 .left-big-item .title {
  height: 50px;
  line-height: 50px;
  font-size: 36px;
  font-weight: bold;
  color: #0157CD;
  text-decoration: none;
  transition: all .5s;
}

.home-big-banner3-fenxiao .safe-content .necontent3 .left-big-item .title-span {
  font-size: 44px;
  color: #FF7200;
}

.home-big-banner3-fenxiao .safe-content .necontent3 .left-big-item .stroke {
  text-shadow: 4px 0 #fff, -4px 0 #fff, 0 4px #fff, 0 -4px #fff, 4px 4px #fff, -4px -4px #fff, 4px -4px #fff, -4px 4px #fff;
}

.home-big-banner3-fenxiao .safe-content .ncontent2 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  width: 1200px;
}

.home-big-banner3-fenxiao .safe-content .ncontent2 .item:hover {
  transform: translateY(-10px);
}

.home-big-banner3-fenxiao .safe-content .ncontent2 .item {
  width: 280px;
  height: 92px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #fff;
  background-color: #fff;
  cursor: pointer;
  transition: all .5s;
  text-decoration: none;
}

.home-big-banner3-fenxiao .safe-content .ncontent2 .item .top {
  width: 100%;
  height: 30px;
  border-radius: 4px 4px 0 0;
  background-color: #0081FF;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 30px;
}

.home-big-banner3-fenxiao .safe-content .ncontent2 .item .mid {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 28px;
  font-weight: bold;
  color: #0081FF;
  text-align: center;
}

.home-big-banner3-fenxiao .safe-content .ncontent2 .item .bottom {
  width: 100%;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  font-weight: lighter;
  color: #0081FF;
  text-align: center;
}

.home-big-banner3-fenxiao .safe-content .ncontent {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 120px;
  width: 1200px;
}

.home-big-banner3-fenxiao .safe-content .ncontent .n-ncontent {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.home-big-banner3-fenxiao .safe-content .ncontent .n-ncontent .leftimg {
  width: 504px;
  height: 93px;
  background-image: url("/static/home/img/home_bigbanner_limg_10141.png");
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: 504px 88px;
  background-position: center;
}

.home-big-banner3-fenxiao .safe-content .ncontent .n-ncontent .rightbg {
  display: flex;
  flex-direction: column;
}

.home-big-banner3-fenxiao .safe-content .ncontent .n-ncontent .rightbg .top {
  height: 60px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.home-big-banner3-fenxiao .safe-content .ncontent .n-ncontent .rightbg .top .topitem:hover {
  transform: translateY(-4px);
}

.home-big-banner3-fenxiao .safe-content .ncontent .n-ncontent .rightbg .top .topitem {
  transition: all .3s;
  width: 146px;
  height: 48px;
  box-sizing: border-box;
  padding-left: 10px;
  margin-left: 20px;
  cursor: pointer;
  background-image: url("/static/home/img/home_bigbanner_rimg_10141.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 146px 48px;
}

.home-big-banner3-fenxiao .safe-content .ncontent .n-ncontent .rightbg .top .topitem p {
  width: 90px;
  height: 48px;
  line-height: 48px;
  font-size: 18px;
  font-weight: bold;
  color: #0373CD;
  text-align: center;
}

.home-big-banner3-fenxiao .safe-content .ncontent .n-ncontent .rightbg .top .topitem2:hover {
  transform: translateY(-4px);
}

.home-big-banner3-fenxiao .safe-content .ncontent .n-ncontent .rightbg .top .topitem2 {
  transition: all .3s;
  width: 312px;
  height: 48px;
  box-sizing: border-box;
  padding-left: 10px;
  margin-left: 20px;
  cursor: pointer;
  background-image: url("/static/home/img/home_bigbanner_rimg_101412.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 312px 48px;
}

.home-big-banner3-fenxiao .safe-content .ncontent .n-ncontent .rightbg .top .topitem2 p {
  width: 260px;
  height: 48px;
  line-height: 48px;
  font-size: 18px;
  font-weight: bold;
  color: #0373CD;
  text-align: center;
}

.home-big-banner3-fenxiao .safe-content .ncontent .itemcenter {
  width: 200px;
  height: 120px;
  display: flex;
  justify-content: center;
  position: relative;
}

.home-big-banner3-fenxiao .safe-content .ncontent .itemcenter .imgdiv {
  width: 136px;
  height: 100px;
  background-image: url("/static/home/img/home_bigbanner_bgf1012.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 136px 100px;
  position: absolute;
  left: 32px;
  top: 0;
}

.home-big-banner3-fenxiao .safe-content .ncontent .itemcenter .imgtitle {
  width: 136px;
  line-height: 60px;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  color: #1377E9;
  position: absolute;
  left: 32px;
  top: 0;
}

.home-big-banner3-fenxiao .safe-content .ncontent .item {
  width: 500px;
  height: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding: 10px;
  cursor: pointer;
  z-index: 10;
}

.home-big-banner3-fenxiao .safe-content .ncontent .item p {
  transition: all 0.6s;
  cursor: pointer;
}

.home-big-banner3-fenxiao .safe-content .ncontent .item p:hover {
  transform: scale(1.1);
}

.home-big-banner3-fenxiao .safe-content .ncontent .item .top {
  width: 100%;
  text-align: center;
  font-size: 30px;
  color: #fff;
  font-family: "Microsoft YaHei",微软雅黑;
  line-height: 50px;
  letter-spacing: 2px;
}

.home-big-banner3-fenxiao .safe-content .ncontent .item .top span {
  font-size: 34px;
  color: #FFFB00;
}

.home-big-banner3-fenxiao .safe-content .ncontent .item .bottom {
  width: 480px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.home-big-banner3-fenxiao .safe-content .ncontent .item .bottom .itemp {
  height: 40px;
  border: 1px solid #fff;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 2px;
  background-color: #1377E9;
}

.home-big-banner3-fenxiao .safe-content .ncontent .item .bottom .itemp p {
  font-size: 20px;
  color: #1377E9;
  font-family: 黑体;
  line-height: 34px;
  padding: 0 10px;
  background-color: #fff;
  border-radius: 4px;
}

.home-big-banner3-fenxiao .safe-content .ncontent .item2 {
  width: 100%;
  height: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding: 10px;
  cursor: pointer;
  z-index: 10;
}

.home-big-banner3-fenxiao .safe-content .ncontent .item2 p {
  transition: all 0.6s;
  cursor: pointer;
}

.home-big-banner3-fenxiao .safe-content .ncontent .item2 p:hover {
  transform: scale(1.1);
}

.home-big-banner3-fenxiao .safe-content .ncontent .item2 .top {
  width: 100%;
  text-align: center;
  font-size: 42px;
  font-weight: bold;
  letter-spacing: 8px;
  color: #fff;
  font-family: "Microsoft YaHei",微软雅黑;
  line-height: 50px;
}

.home-big-banner3-fenxiao .safe-content .ncontent .item2 .bottom {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.home-big-banner3-fenxiao .safe-content .ncontent .item2 .bottom p {
  font-size: 28px;
  color: #fff;
  font-family: 黑体;
  line-height: 50px;
  padding: 0 10px;
}

.home-big-banner3-fenxiao .safe-content .ncontent .item2 .bottom .line {
  width: 1px;
  background-color: #fff;
  height: 20px;
}

.home-big-banner3 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-image: url("/static/home/img/home_bigbanner_bg1014.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 1920px 240px;
  min-width: 1200px;
  height: 240px;
}

.home-big-banner3 .safe-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 240px;
  width: 100%;
  position: relative;
}

.home-big-banner3 .safe-content .ncontent2 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 120px;
  width: 1200px;
}

.home-big-banner3 .safe-content .ncontent2 .item:hover {
  transform: translateY(-10px);
}

.home-big-banner3 .safe-content .ncontent2 .item {
  width: 280px;
  height: 92px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #fff;
  background-color: #fff;
  cursor: pointer;
  transition: all .5s;
  text-decoration: none;
}

.home-big-banner3 .safe-content .ncontent2 .item .top {
  width: 100%;
  height: 30px;
  border-radius: 4px 4px 0 0;
  background-color: #0081FF;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 30px;
}

.home-big-banner3 .safe-content .ncontent2 .item .mid {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 28px;
  font-weight: bold;
  color: #0081FF;
  text-align: center;
}

.home-big-banner3 .safe-content .ncontent2 .item .bottom {
  width: 100%;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  font-weight: lighter;
  color: #0081FF;
  text-align: center;
}

.home-big-banner3 .safe-content .ncontent {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 120px;
  width: 1200px;
}

.home-big-banner3 .safe-content .ncontent .n-ncontent {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.home-big-banner3 .safe-content .ncontent .n-ncontent .leftimg {
  width: 504px;
  height: 93px;
  background-image: url("/static/home/img/home_bigbanner_limg_10141.png");
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: 504px 88px;
  background-position: center;
}

.home-big-banner3 .safe-content .ncontent .n-ncontent .rightbg {
  display: flex;
  flex-direction: column;
}

.home-big-banner3 .safe-content .ncontent .n-ncontent .rightbg .top {
  height: 60px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.home-big-banner3 .safe-content .ncontent .n-ncontent .rightbg .top .topitem2:hover {
  transform: translateY(-4px);
}

.home-big-banner3 .safe-content .ncontent .n-ncontent .rightbg .top .topitem2 {
  transition: all .3s;
  width: 312px;
  height: 48px;
  box-sizing: border-box;
  padding-left: 10px;
  margin-left: 20px;
  cursor: pointer;
  background-image: url("/static/home/img/home_bigbanner_rimg_101412.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 312px 48px;
}

.home-big-banner3 .safe-content .ncontent .n-ncontent .rightbg .top .topitem2 p {
  width: 260px;
  height: 48px;
  line-height: 48px;
  font-size: 18px;
  font-weight: bold;
  color: #0373CD;
  text-align: center;
}

.home-big-banner3 .safe-content .ncontent .n-ncontent .rightbg .top .topitem:hover {
  transform: translateY(-4px);
}

.home-big-banner3 .safe-content .ncontent .n-ncontent .rightbg .top .topitem {
  transition: all .3s;
  width: 146px;
  height: 48px;
  box-sizing: border-box;
  padding-left: 10px;
  margin-left: 20px;
  cursor: pointer;
  background-image: url("/static/home/img/home_bigbanner_rimg_10141.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 146px 48px;
}

.home-big-banner3 .safe-content .ncontent .n-ncontent .rightbg .top .topitem p {
  width: 90px;
  height: 48px;
  line-height: 48px;
  font-size: 18px;
  font-weight: bold;
  color: #0373CD;
  text-align: center;
}

.home-big-banner3 .safe-content .ncontent .itemcenter {
  width: 200px;
  height: 120px;
  display: flex;
  justify-content: center;
  position: relative;
}

.home-big-banner3 .safe-content .ncontent .itemcenter .imgdiv {
  width: 136px;
  height: 100px;
  background-image: url("/static/home/img/home_bigbanner_bgf1012.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 136px 100px;
  position: absolute;
  left: 32px;
  top: 0;
}

.home-big-banner3 .safe-content .ncontent .itemcenter .imgtitle {
  width: 136px;
  line-height: 60px;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  color: #1377E9;
  position: absolute;
  left: 32px;
  top: 0;
}

.home-big-banner3 .safe-content .ncontent .item {
  width: 500px;
  height: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding: 10px;
  cursor: pointer;
  z-index: 10;
}

.home-big-banner3 .safe-content .ncontent .item p {
  transition: all 0.6s;
  cursor: pointer;
}

.home-big-banner3 .safe-content .ncontent .item p:hover {
  transform: scale(1.1);
}

.home-big-banner3 .safe-content .ncontent .item .top {
  width: 100%;
  text-align: center;
  font-size: 30px;
  color: #fff;
  font-family: "Microsoft YaHei",微软雅黑;
  line-height: 50px;
  letter-spacing: 2px;
}

.home-big-banner3 .safe-content .ncontent .item .top span {
  font-size: 34px;
  color: #FFFB00;
}

.home-big-banner3 .safe-content .ncontent .item .bottom {
  width: 480px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.home-big-banner3 .safe-content .ncontent .item .bottom .itemp {
  height: 40px;
  border: 1px solid #fff;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 2px;
  background-color: #1377E9;
}

.home-big-banner3 .safe-content .ncontent .item .bottom .itemp p {
  font-size: 20px;
  color: #1377E9;
  font-family: 黑体;
  line-height: 34px;
  padding: 0 10px;
  background-color: #fff;
  border-radius: 4px;
}

.home-big-banner3 .safe-content .ncontent .item2 {
  width: 100%;
  height: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding: 10px;
  cursor: pointer;
  z-index: 10;
}

.home-big-banner3 .safe-content .ncontent .item2 p {
  transition: all 0.6s;
  cursor: pointer;
}

.home-big-banner3 .safe-content .ncontent .item2 p:hover {
  transform: scale(1.1);
}

.home-big-banner3 .safe-content .ncontent .item2 .top {
  width: 100%;
  text-align: center;
  font-size: 42px;
  font-weight: bold;
  letter-spacing: 8px;
  color: #fff;
  font-family: "Microsoft YaHei",微软雅黑;
  line-height: 50px;
}

.home-big-banner3 .safe-content .ncontent .item2 .bottom {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.home-big-banner3 .safe-content .ncontent .item2 .bottom p {
  font-size: 28px;
  color: #fff;
  font-family: 黑体;
  line-height: 50px;
  padding: 0 10px;
}

.home-big-banner3 .safe-content .ncontent .item2 .bottom .line {
  width: 1px;
  background-color: #fff;
  height: 20px;
}

.home-big-banner333 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-image: url("/static/home/img/home_bigbanner_bg0905.jpg");
  background-repeat: no-repeat;
  background-size: 1920px auto;
  background-position: center center;
  height: 120px;
}

.home-big-banner333 .safe-content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 120px;
  width: 100%;
  position: relative;
}

.home-big-banner333 .safe-content .ncontent {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 120px;
  width: 1200px;
}

.home-big-banner333 .safe-content .ncontent .item {
  width: 600px;
  height: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding: 10px;
  cursor: pointer;
  z-index: 10;
}

.home-big-banner333 .safe-content .ncontent .item p {
  transition: all 0.6s;
  cursor: pointer;
}

.home-big-banner333 .safe-content .ncontent .item p:hover {
  transform: scale(1.1);
}

.home-big-banner333 .safe-content .ncontent .item .top {
  width: 100%;
  text-align: center;
  font-size: 30px;
  color: #fff;
  font-family: "Microsoft YaHei",微软雅黑;
  line-height: 50px;
  letter-spacing: 2px;
}

.home-big-banner333 .safe-content .ncontent .item .top span {
  font-size: 34px;
  color: #FFFB00;
}

.home-big-banner333 .safe-content .ncontent .item .bottom {
  width: 500px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.home-big-banner333 .safe-content .ncontent .item .bottom .itemp {
  height: 40px;
  border: 1px solid #fff;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 2px;
  background-color: #1377E9;
}

.home-big-banner333 .safe-content .ncontent .item .bottom .itemp p {
  font-size: 20px;
  color: #1377E9;
  font-family: 黑体;
  line-height: 34px;
  padding: 0 10px;
  background-color: #fff;
  border-radius: 4px;
}

.home-big-banner333 .safe-content .ncontent .item .bottom .line {
  width: 1px;
  background-color: #fff;
  height: 20px;
}

.home-big-banner333 .safe-content .ncontent .item2 {
  width: 100%;
  height: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding: 10px;
  cursor: pointer;
  z-index: 10;
}

.home-big-banner333 .safe-content .ncontent .item2 p {
  transition: all 0.6s;
  cursor: pointer;
}

.home-big-banner333 .safe-content .ncontent .item2 p:hover {
  transform: scale(1.1);
}

.home-big-banner333 .safe-content .ncontent .item2 .top {
  width: 100%;
  text-align: center;
  font-size: 42px;
  font-weight: bold;
  letter-spacing: 8px;
  color: #fff;
  font-family: "Microsoft YaHei",微软雅黑;
  line-height: 50px;
}

.home-big-banner333 .safe-content .ncontent .item2 .bottom {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.home-big-banner333 .safe-content .ncontent .item2 .bottom p {
  font-size: 28px;
  color: #fff;
  font-family: 黑体;
  line-height: 50px;
  padding: 0 10px;
}

.home-big-banner333 .safe-content .ncontent .item2 .bottom .line {
  width: 1px;
  background-color: #fff;
  height: 20px;
}

.home-tool-assistant {
  width: 100%;
  display: flex;
  flex-direction: row;
  height: 110px;
  background-color: #f6f6f6;
  justify-content: space-between;
}

.home-tool-assistant .left {
  width: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.home-tool-assistant .left .top {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  line-height: 40px;
  color: #323232;
}

.home-tool-assistant .left .top span {
  color: #2e83e3;
}

.home-tool-assistant .left .bottom {
  font-size: 16px;
  text-align: center;
  width: 100%;
  line-height: 24px;
  color: #CECECE;
}

.home-tool-assistant .right {
  width: calc(100% - 300px);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-right: 40px;
}

.home-tool-assistant .right .line {
  width: 2px;
  height: 76px;
  border-left: 1px dashed #e5e5e5;
}

.home-tool-assistant .right .item:hover .bottom {
  color: red !important;
}

.home-tool-assistant .right .item {
  width: 120px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
}

.home-tool-assistant .right .item img {
  width: 48px;
  height: 48px;
}

.home-tool-assistant .right .item .bottom {
  width: 100%;
  line-height: 32px;
  font-size: 14px;
  color: #333;
  text-align: center;
}

.home-mid-banner {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-image: url("/static/home/img/home_midbanner1500_bg111.jpg");
  background-repeat: no-repeat;
  background-size: 1200px 120px;
  height: 120px;
  margin-top: 15px;
}

.home-mid-banner .safe-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 120px;
  width: 1200px;
  cursor: pointer;
  box-sizing: border-box;
  padding: 0 10px;
}

.home-mid-banner .safe-content img {
  transition: all 0.6s;
  cursor: pointer;
}

.home-mid-banner .safe-content .img1 {
  width: 338px;
  height: 81px;
  content: url("/static/home/img/home_midbanner1500_bg12061.png");
}

.home-mid-banner .safe-content .img2 {
  width: 81px;
  height: 56px;
  content: url("/static/home/img/home_midbanner1500_bg12062.png");
}

.home-mid-banner .safe-content .img3 {
  width: 262px;
  height: 77px;
  content: url("/static/home/img/home_midbanner1500_bg12063.png");
}

.home-mid-banner .safe-content .img4 {
  width: 144px;
  height: 120px;
  content: url("/static/home/img/home_midbanner1500_bg12064.png");
}

.home-mid-banner .safe-content .img5 {
  width: 341px;
  height: 81px;
  content: url("/static/home/img/home_midbanner1500_bg12065.png");
}

.home-mid-banner .safe-content img:hover {
  transform: scale(1.1);
}

.page-content-background {
  width: 100%;
  min-height: calc(100vh - 300px);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.home-gk2024-zw-search-bg {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  min-width: 1200px;
}

.home-gk2024-zw-search-bg .nbg {
  width: 1200px;
  display: flex;
  flex-direction: row;
  height: 60px;
  border-radius: 4px;
  background-color: #DBF1FF;
}

.home-gk2024-zw-search-bg .nbg .right-item {
  width: 450px;
  display: flex;
  flex-direction: column;
  height: 60px;
}

.home-gk2024-zw-search-bg .nbg .right-item .rtop {
  width: 100%;
  display: flex;
  flex-direction: row;
  height: 30px;
  cursor: pointer;
}

.home-gk2024-zw-search-bg .nbg .right-item .rtop .lit {
  width: 180px !important;
  line-height: 30px;
  font-size: 12px;
  color: #333;
  box-sizing: border-box;
  padding-left: 20px;
}

.home-gk2024-zw-search-bg .nbg .right-item .rtop .lit .spc {
  color: red;
}

.home-gk2024-zw-search-bg .nbg .right-item .rtop .rit {
  width: 270px !important;
  line-height: 30px;
  font-size: 12px;
  color: #333;
  box-sizing: border-box;
  padding-left: 20px;
}

.home-gk2024-zw-search-bg .nbg .right-item .rtop .rit .spc {
  color: red;
}

.home-gk2024-zw-search-bg .nbg .left-item {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.home-gk2024-zw-search-bg .nbg .left-item .sicon {
  width: 32px;
  height: 32px;
  content: url("/static/home/img/home_icon_zw_search.png");
  margin-left: 20px;
}

.home-gk2024-zw-search-bg .nbg .left-item .stitle {
  height: 32px;
  line-height: 32px;
  font-size: 24px;
  font-weight: bold;
  color: #1295DB;
  cursor: pointer;
  text-decoration: none;
  padding: 0 10px;
}

.home-gk2024-zw-search-bg .nbg .left-item .layui-form-item {
  width: 100%;
  margin-bottom: 0 !important;
}

.home-gk2024-zw-search-bg .nbg .left-item .layui-form-item .layui-inline {
  width: 145px;
}
